Document Solutions for Imaging
GrapeCity.Documents.Imaging Assembly / GrapeCity.Documents.Imaging Namespace / ColorMatrix5x4 Class / ColorMatrix5x4 Constructor / ColorMatrix5x4 Constructor(Single[])
The values to assign to the components of the ColorMatrix5x4. This must be an array with 20 elements.

In This Topic
    ColorMatrix5x4 Constructor(Single[])
    In This Topic
    Initializes a new instance of the ColorMatrix5x4 struct.
    Syntax
    'Declaration
     
    Public Function New( _
       ByVal values() As System.Single _
    )
    public ColorMatrix5x4( 
       System.float[] values
    )

    Parameters

    values
    The values to assign to the components of the ColorMatrix5x4. This must be an array with 20 elements.
    See Also